• APIs for animating the camera.

    See more

    Declaration

    Swift

    public final class CameraAnimationsManager
  • Undocumented

    See more

    Declaration

    Swift

    public protocol CameraAnimator : Cancelable
  • Undocumented

    See more

    Declaration

    Swift

    public final class BasicCameraAnimator : NSObject, CameraAnimator, CameraAnimatorProtocol
  • Structure used to represent a desired change to the map’s camera

    See more

    Declaration

    Swift

    public struct CameraTransition : Equatable
  • An animator that evokes powered flight and an optional transition duration and timing function. It seamlessly incorporates zooming and panning to help the user find their bearings even after traversing a great distance.

    See more

    Declaration

    Swift

    public final class FlyToCameraAnimator : NSObject, CameraAnimator, CameraAnimatorProtocol
  • A block object to be executed when the animation sequence ends.

    Declaration

    Swift

    public typealias AnimationCompletion = (UIViewAnimatingPosition) -> Void
  • Undocumented

    See more

    Declaration

    Swift

    public struct AnimationOwner : RawRepresentable, Equatable